home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / nan < prev    next >
Text File  |  1994-04-25  |  239b  |  16 lines

  1. nan:
  2.  
  3. Syntax:    nan ( )
  4.  
  5. Description:
  6.  
  7.     Nan returns a NaN (Not a Number) according to IEEE-754. One
  8.     way to determine if a variable contains a NaN is to test it
  9.     against itself.
  10.  
  11.         NaN == NaN
  12.  
  13.     Should always return FALSE (0).
  14.  
  15. See Also: inf
  16.